Skip to content

Conversation

@qiongsiwu
Copy link

@qiongsiwu qiongsiwu commented Jun 30, 2025

This PR implements the C-APIs to report a scanning file system cache's out-of-date entries. The C-APIs contains a function to return a set of file system cache out-of-date entries, functions to facilitate looping through all the entries, and reporting the relevant information from the entries.

The APIs are based on llvm#144105.

rdar://152247357

@qiongsiwu
Copy link
Author

Note to reviewers: I don't see a good way to cleanly test these APIs through c-index tests. Ideally, I'd like to create an underlying service whose file system cache I can manipulate directly to test these APIs directly (something similar to https://github.com/llvm/llvm-project/pull/144105/files#diff-25ec4b41a8aed83f312f2bb7b409f379f38dd9d1597d6e4e45e17681260dfcc2R205).

Do we think it is reasonable to create unit tests for these C-APIs? If so, I will try making some unit tests.

@qiongsiwu qiongsiwu requested a review from owenv June 30, 2025 21:38
@qiongsiwu qiongsiwu self-assigned this Jul 2, 2025
@qiongsiwu qiongsiwu marked this pull request as ready for review July 2, 2025 18:15
@qiongsiwu
Copy link
Author

@swift-ci please test llvm.

@qiongsiwu
Copy link
Author

@swift-ci please test llvm.

@qiongsiwu
Copy link
Author

qiongsiwu commented Jul 2, 2025

The two failing tests do not relate to this PR. rdar://154865941 is tracking them.

@qiongsiwu
Copy link
Author

Gentle ping for review. Thanks!

@jansvoboda11
Copy link

Adding the unit test is a nice bonus, but I'd be in favor in keeping the old c-index-test test around. I think it's nice that c-index-test is a nice one-stop-shop for anything libclang.

@qiongsiwu
Copy link
Author

qiongsiwu commented Jul 7, 2025

Adding the unit test is a nice bonus, but I'd be in favor in keeping the old c-index-test test around. I think it's nice that c-index-test is a nice one-stop-shop for anything libclang.

This is a good point. The difficulty is that it is not easy to create out-date-entries exactly as we desired to make sure we have good coverage of all the APIs. I can recover the removed c-index-test that at least runs through the APIs obtaining the out-of-date entry set and disposing it. The set will contain no entry. Does that sound reasonable?

@qiongsiwu qiongsiwu requested a review from jansvoboda11 July 7, 2025 19:19
@qiongsiwu
Copy link
Author

@swift-ci please test llvm.

@qiongsiwu
Copy link
Author

@swift-ci please test llvm.

@qiongsiwu qiongsiwu requested a review from jansvoboda11 July 8, 2025 16:47
@qiongsiwu
Copy link
Author

@swift-ci please test llvm.

Copy link

@jansvoboda11 jansvoboda11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thank you! LGTM sans the small nits.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think changes here should also go upstream, right? (It's fine to do as a follow-up to reduce churn and waiting.)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup I agree! I will make an upstream PR afterwards.

@qiongsiwu
Copy link
Author

@swift-ci please test llvm.

@qiongsiwu
Copy link
Author

qiongsiwu commented Jul 11, 2025

I took a look at the failing tests and they are not related to this PR. I am landing the PR. Thanks so much for the detailed review @jansvoboda11 !

@qiongsiwu qiongsiwu merged commit 6fbcea6 into swiftlang:next Jul 11, 2025
0 of 2 checks passed
qiongsiwu added a commit that referenced this pull request Jul 12, 2025
… C-APIs. (#10992)

#10927 added a set of C-APIs to report out-of-date scanning file system cache entires. The C-APIs missed their visibility attributes. This PR adds `CINDEX_LINKAGE` to all APIs added by #10927. 

rdar://152247357
qiongsiwu added a commit to qiongsiwu/llvm-project that referenced this pull request Jul 25, 2025
… C-APIs. (llvm#10992)

swiftlang#10927 added a set of C-APIs to report out-of-date scanning file system cache entires. The C-APIs missed their visibility attributes. This PR adds `CINDEX_LINKAGE` to all APIs added by swiftlang#10927.

rdar://152247357
(cherry picked from commit d7f7e88)
qiongsiwu added a commit that referenced this pull request Jul 28, 2025
…try Reporting C-APIs (#10927)

This PR implements the C-APIs to report a scanning file system cache's out-of-date entries. The C-APIs contains a function to return a set of file system cache out-of-date entries, functions to facilitate looping through all the entries, and reporting the relevant information from the entries.

The APIs are based on llvm#144105.

rdar://152247357
(cherry picked from commit 6fbcea6)
qiongsiwu added a commit that referenced this pull request Jul 28, 2025
… C-APIs. (#10992)

#10927 added a set of C-APIs to report out-of-date scanning file system cache entires. The C-APIs missed their visibility attributes. This PR adds `CINDEX_LINKAGE` to all APIs added by #10927.

rdar://152247357
(cherry picked from commit d7f7e88)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants